home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JavaScript">
- <!--
-
- function showhelppage(page_path){
- var help_url = "$EXP_HELPURL";
- if ((page_path != null)&&(page_path.length != 0)){
- help_url = help_url+page_path;
- }
- win=window.open(help_url,'ExpressHelp');
- if (navigator.appName.indexOf('Netscape')!=-1) {
- win.focus();
- }
- }
- function showhelp() {
- showhelppage(null);
- }
-
- function showQuicktour(){
- showhelppage("tour/");
- }
-
-
- //-->
- </SCRIPT>
-